home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2003 #3 / K-CD-3-2003.ISO / WinXP Service Pack 1 / xpsp1_sv_x86.exe / ip / usbport.in_ / usbport.inf
Encoding:
Text (UTF-16)  |  2002-09-09  |  41.2 KB  |  603 lines

  1. ; USBPORT.INF  -- This file contains descriptions of all the
  2. ; USB Host Controllers that use USBPORT
  3. ;
  4.  
  5. [Version]
  6. signature="$CHICAGO$"
  7. Class=USB
  8. ClassGUID={36FC9E60-C465-11CF-8056-444553540000}
  9. Provider=%Msft%
  10. LayoutFile=LAYOUT.INF
  11. DriverVer=07/01/2001,5.1.2600.1106
  12.  
  13. [ControlFlags]
  14. ExcludeFromSelect = *
  15. AllowUpgrade = PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_00, 0x1
  16. AllowUpgrade = PCI\VEN_1106&DEV_3038&REV_01, 0x1
  17. AllowUpgrade = PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_02, 0x1
  18. AllowUpgrade = PCI\VEN_1106&DEV_3038&REV_03, 0x1
  19. AllowUpgrade = PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_04, 0x1
  20. AllowUpgrade = PCI\VEN_1106&DEV_3038&REV_00, 0x1
  21. AllowUpgrade = PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_01, 0x1
  22. AllowUpgrade = PCI\VEN_1106&DEV_3038&REV_02, 0x1
  23. AllowUpgrade = PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_03, 0x1
  24. AllowUpgrade = PCI\VEN_1106&DEV_3038&REV_04, 0x1
  25. AllowUpgrade = PCI\VEN_1106&DEV_3038&CC_0C0300, 0x1
  26.  
  27. [DestinationDirs]
  28. DefaultDestDir=11               ; LDID_SYS
  29. ;
  30. ; For Windows NT, all drivers go into %windir%\system32\drivers.  Since
  31. ; there isn't a DIRID (LDID) that represents this path on both NT and Win95,
  32. ; we specify the relative path off of %windir%.
  33. ;
  34. EHCI.CopyFiles.NT         = 10, system32\drivers
  35. OHCI.CopyFiles.NT         = 10, system32\drivers
  36. UHCI.CopyFiles.NT         = 10, system32\drivers
  37. USB.CopyFiles.NT          = 10, system32\drivers
  38. USBUI.CopyFiles.NT        = 11
  39. HCCOIN.CopyFiles.NT       = 11
  40. HUB20.CopyFiles.NT        = 10, system32\drivers
  41.  
  42. ; =================== Class Sections ===========================
  43.  
  44. [ClassInstall]
  45. Addreg=USBClassReg
  46.  
  47. [USBClassReg]
  48. HKR,,,,%USBClassName%
  49. HKR,,Icon,,-20
  50. HKR,,NoInstallClass,,1
  51.  
  52. [ClassInstall32]
  53. Addreg=USBClassReg
  54.  
  55. ; =================== Table of content =========================
  56. ; note that these are in alphabetical order
  57. ;
  58.  
  59. [Manufacturer]
  60. %AMD.Mfg%=AMD.Section
  61. %ACER.Mfg%=ACER.Section
  62. %Compaq.Mfg%=Compaq.Section
  63. %CMD.Mfg%=CMD.Section
  64. %Cypress.Mfg%=Cypress.Section
  65. %Generic.Mfg%=Generic.Section
  66. %Intel.Mfg%=Intel.Section
  67. %Lucent.Mfg%=Lucent.Section
  68. %NEC.Mfg%=NEC.Section
  69. %Microsoft.Mfg%=Microsoft.Section
  70. %OPTi.Mfg%=OPTi.Section
  71. %Philips.Mfg%=Philips.Section
  72. %Reliance.Mfg%=Reliance.Section
  73. %SIS.Mfg%=SIS.Section
  74. %SMSC.Mfg%=SMSC.Section
  75. %Symbios.Mfg%=Symbios.Section
  76. %VIA.Mfg%=VIA.Section
  77.  
  78. ; =================== Generic ==================================
  79.  
  80. [Generic.Section]
  81. %PCI\CC_0C0300.DeviceDesc%=UHCI.Dev,PCI\CC_0C0300
  82. %PCI\CC_0C0310.DeviceDesc%=OHCI.Dev,PCI\CC_0C0310
  83. %USB\ROOT_HUB.DeviceDesc%=ROOTHUB.Dev,USB\ROOT_HUB
  84. %PCI\CC_0C0320.DeviceDesc%=EHCI.Dev,PCI\CC_0C0320      
  85. ; provides backward compatibilty with USB2.0 on WinMe and
  86. ; Windows 2000
  87. %USB\ROOT_HUB20.DeviceDesc%=ROOTHUB.Dev,USB\ROOT_HUB20
  88.  
  89. ; --------------------------------------------------------------
  90. ; EHCI 
  91. ; --------------------------------------------------------------
  92.  
  93. ; For Win95...
  94. [EHCI.Dev]
  95. AddReg=EHCI.AddReg, USB.AddReg
  96. CopyFiles=OHCI.CopyFiles,USB.CopyFiles
  97. DelFiles=USB.DelFiles
  98.  
  99. [EHCI.AddReg]
  100. HKR,,NTMPDriver,,usbehci.sys
  101. HKR,,EnumPropPages,,"usbui.dll,USBControllerPropPageProvider"
  102.  
  103. [EHCI.CopyFiles]
  104. usbehci.sys
  105. usbport.sys
  106.  
  107. ; For Windows NT...
  108. [EHCI.Dev.NT]
  109. DriverVer=06/01/2002,5.1.2600
  110. AddReg=EHCI.AddReg.NT
  111. CopyFiles=EHCI.CopyFiles.NT,USBUI.CopyFiles.NT,USB.CopyFiles.NT,HCCOIN.CopyFiles.NT
  112. DelFiles=USB.DelFiles.NT
  113.  
  114. [EHCI.AddReg.NT]
  115. HKR,,EnumPropPages32,,"usbui.dll,USBControllerPropPageProvider"
  116. HKR,,Controller,1,01
  117.  
  118. [EHCI.CopyFiles.NT]
  119. usbehci.sys
  120. usbport.sys
  121.  
  122. [EHCI.Dev.NT.Services]
  123. AddService = usbehci, 0x00000002, EHCI.AddService
  124.  
  125. [EHCI.AddService]
  126. DisplayName    = %EHCIMP.SvcDesc%
  127. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  128. StartType      = 3                  ; SERVICE_DEMAND_START
  129. ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
  130. ServiceBinary  = %12%\usbehci.sys
  131. LoadOrderGroup = Base
  132.  
  133. [EHCI.Dev.NT.CoInstallers]
  134. CopyFiles=HCCOIN.CopyFiles.NT
  135. AddReg=EHCI.CoInstallers_AddReg
  136.  
  137. [EHCI.CoInstallers_AddReg]
  138. HKR,,CoInstallers32,0x00010000,"hccoin.dll,HCCOIN_Entry"
  139.  
  140.  
  141. [EHCI.UnsupportedDev.NT]
  142. ; Do-nothing section used to avoid "Unknown hardware" installation prompts.
  143. DeviceUpgradeUnsupported=1
  144.  
  145. [EHCI.UnsupportedDev.NT.Services]
  146. AddService = , 0x00000002   ; null service install
  147.  
  148. ; --------------------------------------------------------------
  149. ; OHCI
  150. ; --------------------------------------------------------------
  151.  
  152. ; For Win95...
  153.  
  154. [OHCI.Dev]
  155. AddReg=OHCI.AddReg, USB.AddReg
  156. CopyFiles=OHCI.CopyFiles,USB.CopyFiles
  157. DelFiles=USB.DelFiles
  158.  
  159. [OHCI.AddReg]
  160. HKR,,NTMPDriver,,usbohci.sys
  161. HKR,,EnumPropPages,,"usbui.dll,USBControllerPropPageProvider"
  162.  
  163. [OHCI.CopyFiles]
  164. usbohci.sys
  165. usbport.sys
  166.  
  167. ; For Windows NT...
  168. [OHCI.Dev.NT]
  169. AddReg=OHCI.AddReg.NT
  170. CopyFiles=OHCI.CopyFiles.NT,USBUI.CopyFiles.NT,USB.CopyFiles.NT
  171. DelFiles=USB.DelFiles.NT
  172.  
  173. [OHCI.AddReg.NT]
  174. HKR,,EnumPropPages32,,"usbui.dll,USBControllerPropPageProvider"
  175. HKR,,Controller,1,01
  176.  
  177. [OHCI.CopyFiles.NT]
  178. usbohci.sys
  179. usbport.sys
  180.  
  181. [OHCI.Dev.NT.Services]
  182. AddService = usbohci, 0x00000002, OHCI.AddService
  183. DelService = openhci
  184.  
  185. [OHCI.AddService]
  186. DisplayName    = %OHCIMP.SvcDesc%
  187. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  188. StartType      = 3                  ; SERVICE_DEMAND_START
  189. ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
  190. ServiceBinary  = %12%\usbohci.sys
  191. LoadOrderGroup = Base
  192.  
  193. [OHCI.UnsupportedDev.NT]
  194. ; Do-nothing section used to avoid "Unknown hardware" installation prompts.
  195. DeviceUpgradeUnsupported=1
  196.  
  197. [OHCI.UnsupportedDev.NT.Services]
  198. AddService = , 0x00000002   ; null service install
  199.  
  200. ;
  201. ;  OHCI core flavors
  202. ;
  203.  
  204. [OHCI_HYDRA.Dev.NT]
  205. Needs=OHCI.Dev.NT
  206. AddReg=OHCI_HYDRA.AddReg.NT
  207.  
  208. [OHCI_HYDRA.AddReg.NT]
  209. ;hydra flavor
  210. HKR,,"HcFlavor",0x00010001,101
  211.  
  212. [OHCI_HYDRA.Dev.NT.Services]
  213. Needs=OHCI.Dev.NT.Services
  214.  
  215.  
  216. [OHCI_NEC.Dev.NT]
  217. Needs=OHCI.Dev.NT
  218. AddReg=OHCI_NEC.AddReg.NT
  219.  
  220. [OHCI_NEC.AddReg.NT]
  221. ;nec flavor
  222. HKR,,"HcFlavor",0x00010001,102
  223.  
  224. [OHCI_NEC.Dev.NT.Services]
  225. Needs=OHCI.Dev.NT.Services
  226.  
  227. [OHCI_NOCC.Dev.NT]
  228. Needs=OHCI.Dev.NT
  229. AddReg=OHCI_NOCC.AddReg.NT
  230.  
  231. [OHCI_NOCC.AddReg.NT]
  232. ;nec companion, disable cc detect
  233. HKR,,"Usb2cc",0x00010001,-1
  234.  
  235. [OHCI_NOCC.Dev.NT.Services]
  236. Needs=OHCI.Dev.NT.Services
  237.  
  238.  
  239. ; --------------------------------------------------------------
  240. ; UHCI
  241. ; --------------------------------------------------------------
  242.  
  243. ; For Win95...
  244.  
  245. [UHCI.Dev]
  246. AddReg=OHCI.AddReg, USB.AddReg
  247. CopyFiles=UHCI.CopyFiles,USB.CopyFiles
  248. DelFiles=USB.DelFiles
  249.  
  250. [UHCI.AddReg]
  251. HKR,,NTMPDriver,,usbuhci.sys
  252. HKR,,EnumPropPages,,"usbui.dll,USBControllerPropPageProvider"
  253.  
  254. [UHCI.CopyFiles]
  255. usbuhci.sys
  256. usbport.sys
  257.  
  258. ; For Windows NT...
  259. [UHCI.Dev.NT]
  260. AddReg=UHCI.AddReg.NT
  261. CopyFiles=UHCI.CopyFiles.NT,USBUI.CopyFiles.NT,USB.CopyFiles.NT
  262. DelFiles=USB.DelFiles.NT
  263.  
  264. [UHCI.AddReg.NT]
  265. HKR,,EnumPropPages32,,"usbui.dll,USBControllerPropPageProvider"
  266. HKR,,Controller,1,01
  267.  
  268. [UHCI.CopyFiles.NT]
  269. usbuhci.sys
  270. usbport.sys
  271.  
  272. [UHCI.Dev.NT.Services]
  273. AddService = usbuhci, 0x00000002, UHCI.AddService
  274. DelService = uhcd
  275.  
  276. [UHCI.AddService]
  277. DisplayName    = %UHCIMP.SvcDesc%
  278. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  279. StartType      = 3                  ; SERVICE_DEMAND_START
  280. ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
  281. ServiceBinary  = %12%\usbuhci.sys
  282. LoadOrderGroup = Base
  283.  
  284. [UHCI.UnsupportedDev.NT]
  285. ; Do-nothing section used to avoid "Unknown hardware" installation prompts.
  286. DeviceUpgradeUnsupported=1
  287. DelReg=UHCI.UnsupportedDev.DelReg.NT
  288.  
  289. [UHCI.UnsupportedDev.NT.Services]
  290. AddService = , 0x00000002   ; null service install
  291.  
  292. [UHCI.UnsupportedDev.DelReg.NT]
  293. HKLM,"System\CurrentControlSet\Control\CriticalDeviceDatabase\PCI#CC_0C0300"
  294.  
  295. ; --------------------------------------------------------------
  296. ; USB ROOT HUB
  297. ; --------------------------------------------------------------
  298.  
  299. [ROOTHUB.Dev.NT]
  300. CopyFiles=Hub20.CopyFiles.NT
  301. DelFiles=Hub20.DelFiles,USBINF.DelFiles.NT,USBMON.DelFiles.NT
  302. AddReg=ROOTHUB.AddReg.NT
  303.  
  304. [ROOTHUB.AddReg.NT]
  305. HKR,,EnumPropPages32,,"usbui.dll,USBHubPropPageProvider"
  306.  
  307. [ROOTHUB.Dev.NT.Services]
  308. AddService = usbhub, 0x00000002, ROOTHUB.AddService
  309.  
  310. [ROOTHUB.AddService]
  311. DisplayName    = %ROOTHUB.SvcDesc%
  312. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  313. StartType      = 3                  ; SERVICE_DEMAND_START
  314. ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
  315. ServiceBinary  = %12%\usbhub.sys
  316. LoadOrderGroup = Base
  317.  
  318. [ACER.Section]
  319. %PCI\VEN_10B9&DEV_5237&CC_0C0310.DeviceDesc%=OHCI_HYDRA.Dev,PCI\VEN_10B9&DEV_5237&CC_0C0310
  320.  
  321. ; =================== AMD ===================================
  322. [AMD.Section]
  323. %PCI\VEN_1022&DEV_740C&CC_0C0310.DeviceDesc%=OHCI_HYDRA.Dev,PCI\VEN_1022&DEV_740C&CC_0C0310
  324.  
  325. ; =================== CMD ==================================
  326. [CMD.Section]
  327. %PCI\VEN_1095&DEV_0670&CC_0C0310.DeviceDesc%=OHCI.Dev,PCI\VEN_1095&DEV_0670&CC_0C0310
  328. %PCI\VEN_1095&DEV_0673&CC_0C0310.DeviceDesc%=OHCI.Dev,PCI\VEN_1095&DEV_0673&CC_0C0310
  329.  
  330. ; =================== Compaq ===================================
  331. [Compaq.Section]
  332. %PCI\VEN_0E11&DEV_A0F8&CC_0C0310.DeviceDesc%=OHCI_HYDRA.Dev,PCI\VEN_0E11&DEV_A0F8&CC_0C0310
  333.  
  334. ; =================== Cypress ===================================
  335. [Cypress.Section]
  336. %PCI\VEN_1080&DEV_C693&CC_0C0310.DeviceDesc%=OHCI_HYDRA.Dev,PCI\VEN_1080&DEV_C693&CC_0C0310
  337.  
  338. ; =================== Intel ====================================
  339. [Intel.Section]
  340. %PCI\VEN_8086&DEV_2412&CC_0C0300.DeviceDesc%=UHCI.Dev,PCI\VEN_8086&DEV_2412&CC_0C0300
  341. %PCI\VEN_8086&DEV_2422&CC_0C0300.DeviceDesc%=UHCI.Dev,PCI\VEN_8086&DEV_2422&CC_0C0300
  342. %PCI\VEN_8086&DEV_2442&CC_0C0300.DeviceDesc%=UHCI.Dev,PCI\VEN_8086&DEV_2442&CC_0C0300
  343. %PCI\VEN_8086&DEV_2444&CC_0C0300.DeviceDesc%=UHCI.Dev,PCI\VEN_8086&DEV_2444&CC_0C0300
  344. %PCI\VEN_8086&DEV_7020&CC_0C0300.DeviceDesc%=UHCI.Dev,PCI\VEN_8086&DEV_7020&CC_0C0300
  345. %PCI\VEN_8086&DEV_7112&CC_0C0300.DeviceDesc%=UHCI.Dev,PCI\VEN_8086&DEV_7112&CC_0C0300
  346. %PCI\VEN_8086&DEV_719A&CC_0C0300.DeviceDesc%=UHCI.Dev,PCI\VEN_8086&DEV_719A&CC_0C0300
  347. %PCI\VEN_8086&DEV_7602&CC_0C0300.DeviceDesc%=UHCI.Dev,PCI\VEN_8086&DEV_7602&CC_0C0300
  348. %PCI\VEN_8086&DEV_24C2&CC_0C0300.DeviceDesc%=UHCI.Dev,PCI\VEN_8086&DEV_24C2&CC_0C0300
  349. %PCI\VEN_8086&DEV_24C4&CC_0C0300.DeviceDesc%=UHCI.Dev,PCI\VEN_8086&DEV_24C4&CC_0C0300
  350. %PCI\VEN_8086&DEV_24C7&CC_0C0300.DeviceDesc%=UHCI.Dev,PCI\VEN_8086&DEV_24C7&CC_0C0300
  351. %PCI\VEN_8086&DEV_24CD&CC_0C0320.DeviceDesc%=EHCI.Dev,PCI\VEN_8086&DEV_24CD&CC_0C0320
  352.  
  353. ; =================== Lucent ==================================
  354. [Lucent.Section]
  355. %PCI\VEN_11C1&DEV_5801&CC_0C0310.DeviceDesc%=OHCI.Dev,PCI\VEN_11C1&DEV_5801&CC_0C0310
  356. %PCI\VEN_11C1&DEV_5802&CC_0C0310.DeviceDesc%=OHCI.Dev,PCI\VEN_11C1&DEV_5802&CC_0C0310
  357. %PCI\VEN_11C1&DEV_5803&CC_0C0310.DeviceDesc%=OHCI.Dev,PCI\VEN_11C1&DEV_5803&CC_0C0310
  358.  
  359. ; =================== Microsoft ===================================
  360. [Microsoft.Section]
  361.  
  362. ; =================== NEC ==================================
  363. [NEC.Section]
  364. %PCI\VEN_1033&DEV_0035&CC_0C0310.DeviceDesc%=OHCI_NEC.Dev,PCI\VEN_1033&DEV_0035&CC_0C0310
  365. %PCI\VEN_1033&DEV_0035&REV_02.DeviceDesc%=OHCI_NEC.Dev,PCI\VEN_1033&DEV_0035&REV_02
  366. %PCI\VEN_1033&DEV_0035&SUBSYS_00011179&REV_41.DeviceDesc%=OHCI_NOCC.Dev,PCI\VEN_1033&DEV_0035&SUBSYS_00011179&REV_41
  367. ;USB2 Companion
  368. %PCI\VEN_1033&DEV_0035&REV_41.DeviceDesc%=OHCI.Dev,PCI\VEN_1033&DEV_0035&REV_41
  369.  
  370. ;USB2 controllers
  371. %PCI\VEN_1033&DEV_00E0&REV_01.DeviceDesc%=EHCI.Dev,PCI\VEN_1033&DEV_00E0&REV_01
  372. %PCI\VEN_1033&DEV_00E0&REV_02.DeviceDesc%=EHCI.Dev,PCI\VEN_1033&DEV_00E0&REV_02
  373.  
  374.  
  375. ; =================== OPTi =====================================
  376. [OPTi.Section]
  377. %PCI\VEN_1045&DEV_C861&CC_0C0310.DeviceDesc%=OHCI_HYDRA.Dev,PCI\VEN_1045&DEV_C861&CC_0C0310
  378.  
  379. ; =================== Philips =====================================
  380. [Philips.Section]
  381.  
  382. ; =================== Reliance =====================================
  383. [Reliance.Section]
  384. %PCI\VEN_1166&DEV_0220&CC_0C0310.DeviceDesc%=OHCI.Dev,PCI\VEN_1166&DEV_0220&CC_0C0310
  385.  
  386. ; =================== SIS ======================================
  387. [SIS.Section]
  388. %PCI\VEN_1039&DEV_7001&CC_0C0310.DeviceDesc%=OHCI_HYDRA.Dev,PCI\VEN_1039&DEV_7001&CC_0C0310
  389. %PCI\VEN_1039&DEV_7002.DeviceDesc%=EHCI.Dev,PCI\VEN_1039&DEV_7002
  390.  
  391. ; =================== SMSC ======================================
  392. [SMSC.Section]
  393. %PCI\VEN_1055&DEV_9462.DeviceDesc%=OHCI.Dev,PCI\VEN_1055&DEV_9462
  394.  
  395. ; =================== Symbios ======================================
  396. [Symbios.Section]
  397. %PCI\VEN_1000&DEV_0901&CC_0C0310.DeviceDesc%=OHCI_HYDRA.Dev,PCI\VEN_1000&DEV_0901&CC_0C0310
  398.  
  399. ; =================== VIA ====================================
  400. [VIA.Section]
  401. %PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_00.DeviceDesc%=UHCI.Dev,PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_00
  402. %PCI\VEN_1106&DEV_3038&REV_00.DeviceDesc%=UHCI.Dev,PCI\VEN_1106&DEV_3038&REV_00
  403. %PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_01.DeviceDesc%=UHCI.Dev,PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_01
  404. %PCI\VEN_1106&DEV_3038&REV_01.DeviceDesc%=UHCI.Dev,PCI\VEN_1106&DEV_3038&REV_01
  405. %PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_02.DeviceDesc%=UHCI.Dev,PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_02
  406. %PCI\VEN_1106&DEV_3038&REV_02.DeviceDesc%=UHCI.Dev,PCI\VEN_1106&DEV_3038&REV_02
  407. %PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_03.DeviceDesc%=UHCI.Dev,PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_03
  408. %PCI\VEN_1106&DEV_3038&REV_03.DeviceDesc%=UHCI.Dev,PCI\VEN_1106&DEV_3038&REV_03
  409. %PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_04.DeviceDesc%=UHCI.Dev,PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_04
  410. %PCI\VEN_1106&DEV_3038&REV_04.DeviceDesc%=UHCI.Dev,PCI\VEN_1106&DEV_3038&REV_04
  411. %PCI\VEN_1106&DEV_3038&CC_0C0300.DeviceDesc%=UHCI.Dev,PCI\VEN_1106&DEV_3038&CC_0C0300
  412. %PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_50.DeviceDesc%=UHCI.Dev,PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_50
  413. %PCI\VEN_1106&DEV_3038&REV_50.DeviceDesc%=UHCI.Dev,PCI\VEN_1106&DEV_3038&REV_50
  414. ;USB2 controllers
  415. %PCI\VEN_1106&DEV_3104&REV_51.DeviceDesc%=EHCI.Dev,PCI\VEN_1106&DEV_3104&REV_51
  416.  
  417. ; =================== Global ==================================
  418.  
  419. [USB.AddReg]
  420. HKR,,DevLoader,,*NTKERN
  421.  
  422. [USB.CopyFiles]
  423. ;usbd.sys
  424. usbhub.sys
  425.  
  426. [USB.DelFiles]
  427. usbhub.sys,,,1
  428. openhci.sys,,,1
  429. usbohci.sys,,,1
  430. usbport.sys,,,1
  431. uhcd.sys,,,1
  432. usbd.sys,,,1
  433. imagecls.sys,,,1
  434. hcd.vxd,,,1
  435. usbd.vxd,,,1
  436. usb_enum.vxd,,,1
  437. vtaishid.vxd,,,1
  438. tmusb.sys,,,1
  439. taishid.sys,,,1
  440. usbhub20.sys,,,1
  441.  
  442. [USB.CopyFiles.NT]
  443. ;usbd.sys
  444. usbhub.sys
  445.  
  446. [USB.DelFiles.NT]
  447. usbhub.sys,,,1
  448. openhci.sys,,,1
  449. usbohci.sys,,,1
  450. usbport.sys,,,1
  451. uhcd.sys,,,1
  452. usbd.sys,,,1
  453. imagecls.sys,,,1
  454. hcd.vxd,,,1
  455. usbd.vxd,,,1
  456. usb_enum.vxd,,,1
  457. vtaishid.vxd,,,1
  458. tmusb.sys,,,1
  459. taishid.sys,,,1
  460. usbuidll.dll,,,1
  461. usbhub20.sys,,,1
  462.  
  463. [USBMON.DelFiles]
  464. mondrv.sys,,,1
  465. mondll.dll,,,1
  466.  
  467. [USBMON.DelFiles.NT]
  468. mondrv.sys,,,1
  469. mondll.dll,,,1
  470.  
  471. [USBINF.DelFiles]
  472. propext.inf,,,1
  473. tmusb.inf,,,1
  474. ehidmous.inf,,,1
  475. ehidkbd.inf,,,1
  476. ehidjoy.inf,,,1
  477.  
  478. [USBINF.DelFiles.NT]
  479. propext.inf,,,1
  480. tmusb.inf,,,1
  481. ehidmous.inf,,,1
  482. ehidkbd.inf,,,1
  483. ehidjoy.inf,,,1
  484.  
  485. [HUB20.AddReg]
  486. HKR,,DevLoader,,*NTKERN
  487. HKR,,NTMPDriver,,usbhub.sys
  488.  
  489. [HUB20.CopyFiles]
  490. usbhub.sys
  491. usbd.sys
  492.  
  493. [HUB20.CopyFiles.NT]
  494. usbhub.sys
  495. usbd.sys
  496.  
  497. [USBUI.CopyFiles.NT]
  498. usbui.dll
  499.  
  500. [HCCOIN.CopyFiles.NT]
  501. hccoin.dll
  502.  
  503.  
  504.  
  505. [Strings] 
  506. Msft="Microsoft"
  507. USBClassName="USB-styrenheter (Universal Serial Bus)"
  508.  
  509. EHCIMP.SvcDesc="Microsoft USB 2.0 Enhanced Host Controller Miniport Driver"
  510. OHCIMP.SvcDesc="Microsoft USB Open Host Controller Miniport Driver"
  511. UHCIMP.SvcDesc="Microsoft USB Universal Host Controller Miniport Driver"
  512. ROOTHUB.SvcDesc="USB2-aktiverat nav"
  513.  
  514. GenericHub.Mfg="(Allmänt USB-nav)"
  515. USB\ROOT_HUB.DeviceDesc="USB-rotnav (hub)"
  516. USB\ROOT_HUB20.DeviceDesc="USB-rotnav (hub)"
  517.  
  518. Generic.Mfg="(USB-standardvärdstyrenhet)"
  519. PCI\CC_0C0310.DeviceDesc="Standard OpenHCD USB Host Controller"
  520. PCI\CC_0C0300.DeviceDesc="Standard Universal PCI to USB Host Controller"
  521. PCI\CC_0C0320.DeviceDesc="Standard Enhanced PCI to USB Host Controller"      
  522.  
  523. ACER.Mfg="ACER Labs Inc."
  524. PCI\VEN_10B9&DEV_5237&CC_0C0310.DeviceDesc="ALi PCI to USB Open Host Controller"
  525.  
  526. AMD.Mfg="Advanced Micro Devices (AMD)"
  527. PCI\VEN_1022&DEV_740C&CC_0C0310.DeviceDesc="AMD 756 PCI to USB Open Host Controller"
  528.  
  529. Compaq.Mfg="Compaq"
  530. PCI\VEN_0E11&DEV_A0F8&CC_0C0310.DeviceDesc="Compaq PCI to USB Open Host Controller"
  531.  
  532. CMD.Mfg="CMD Technology"
  533. PCI\VEN_1095&DEV_0670&CC_0C0310.DeviceDesc="CMD USB0670 PCI to USB Open Host Controller"
  534. PCI\VEN_1095&DEV_0673&CC_0C0310.DeviceDesc="CMD USB0673 PCI to USB Open Host Controller"
  535.  
  536. Cypress.Mfg="Cypress Semiconductor Corporation"
  537. PCI\VEN_1080&DEV_C693&CC_0C0310.DeviceDesc="Cypress USB Open Host Controller"
  538.  
  539. Intel.Mfg="Intel"
  540. PCI\VEN_8086&DEV_2412&CC_0C0300.DeviceDesc="Intel(r) 82801AA USB Universal Host Controller"
  541. PCI\VEN_8086&DEV_2422&CC_0C0300.DeviceDesc="Intel(r) 82801AB USB Universal Host Controller"
  542. PCI\VEN_8086&DEV_2442&CC_0C0300.DeviceDesc="Intel(r) 82801BA/BAM USB Universal Host Controller - 2442"
  543. PCI\VEN_8086&DEV_2444&CC_0C0300.DeviceDesc="Intel(r) 82801BA/BAM USB Universal Host Controller - 2444"
  544. PCI\VEN_8086&DEV_7020&CC_0C0300.DeviceDesc="Intel(r) 82371SB PCI to USB Universal Host Controller"
  545. PCI\VEN_8086&DEV_7112&CC_0C0300.DeviceDesc="Intel(r) 82371AB/EB PCI to USB Universal Host Controller"
  546. PCI\VEN_8086&DEV_719A&CC_0C0300.DeviceDesc="Intel(r) 82440MX USB Universal Host Controller"
  547. PCI\VEN_8086&DEV_7602&CC_0C0300.DeviceDesc="Intel(r) 82372FB PCI to USB Universal Host Controller"
  548. PCI\VEN_8086&DEV_6960.DeviceDesc="Intel EHCI 960 Emulator"
  549. PCI\VEN_8086&DEV_24C2&CC_0C0300.DeviceDesc="Intel(r) 82801DB/DBM USB Universal Host Controller - 24C2"
  550. PCI\VEN_8086&DEV_24C4&CC_0C0300.DeviceDesc="Intel(r) 82801DB/DBM USB Universal Host Controller - 24C4"
  551. PCI\VEN_8086&DEV_24C7&CC_0C0300.DeviceDesc="Intel(r) 82801DB/DBM USB Universal Host Controller - 24C7"
  552. PCI\VEN_8086&DEV_24CD&CC_0C0320.DeviceDesc="Intel(r) 82801DB/DBM USB 2.0 Enhanced Host Controller - 24CD"
  553.  
  554. Lucent.Mfg="Lucent Technology"
  555. PCI\VEN_11C1&DEV_5801&CC_0C0310.DeviceDesc="Lucent USB Open Host Controller"
  556. PCI\VEN_11C1&DEV_5802&CC_0C0310.DeviceDesc="Lucent USB Open Host Controller"
  557. PCI\VEN_11C1&DEV_5803&CC_0C0310.DeviceDesc="Lucent QuadraBus USB Open Host Controller"
  558.  
  559. Microsoft.Mfg="Microsoft"
  560.  
  561. NEC.Mfg="NEC"
  562. PCI\VEN_1033&DEV_0035&CC_0C0310.DeviceDesc="NEC PCI to USB Open Host Controller"
  563. PCI\VEN_1033&DEV_0035&REV_02.DeviceDesc="NEC PCI to USB Open Host Controller"
  564. PCI\VEN_1033&DEV_0035&REV_41.DeviceDesc="NEC PCI to USB Open Host Controller"
  565. PCI\VEN_1033&DEV_0035&SUBSYS_00011179&REV_41.DeviceDesc="NEC PCI to USB Open Host Controller"
  566. PCI\VEN_1033&DEV_00E0&REV_01.DeviceDesc="NEC PCI to USB Enhanced Host Controller (B0)"
  567. PCI\VEN_1033&DEV_00E0&REV_02.DeviceDesc="NEC PCI to USB Enhanced Host Controller (B1)"
  568.  
  569. OPTi.MFG="OPTi"
  570. PCI\VEN_1045&DEV_C861&CC_0C0310.DeviceDesc="OPTi 82C861 PCI to USB Open Host Controller"
  571.  
  572. Philips.MFG="Philips"
  573. PCI\VEN_1131&DEV_1234.DeviceDesc="Philips EHCI USB 2.0 Controller"
  574.  
  575. Reliance.Mfg="ServerWorks (RCC)"
  576. PCI\VEN_1166&DEV_0220&CC_0C0310.DeviceDesc="ServerWorks (RCC) PCI to USB Open Host Controller"
  577.  
  578. SIS.Mfg="Silicon Integrated Systems"
  579. PCI\VEN_1039&DEV_7001&CC_0C0310.DeviceDesc="SiS 7001 PCI to USB Open Host Controller"
  580. PCI\VEN_1039&DEV_7002.DeviceDesc="SiS PCI to USB Enhanced Host Controller"
  581.  
  582. Symbios.Mfg="Symbios Logic"
  583. PCI\VEN_1000&DEV_0901&CC_0C0310.DeviceDesc="Symbios Logic SYM61C102 USB Host Controller"
  584.  
  585. SMSC.Mfg="Standard Microsystems Corp."
  586. PCI\VEN_1055&DEV_9462.DeviceDesc="SMSC SLC90E66 PCI to USB Open Host Controller"
  587.  
  588. VIA.Mfg="VIA Technologies"
  589. PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_00.DeviceDesc="VIA Rev 0 USB Universal Host Controller"
  590. PCI\VEN_1106&DEV_3038&REV_00.DeviceDesc="VIA Rev 0 USB Universal Host Controller"
  591. PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_01.DeviceDesc="VIA Rev 1 USB Universal Host Controller"
  592. PCI\VEN_1106&DEV_3038&REV_01.DeviceDesc="VIA Rev 1 USB Universal Host Controller"
  593. PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_02.DeviceDesc="VIA Rev 2 USB Universal Host Controller"
  594. PCI\VEN_1106&DEV_3038&REV_02.DeviceDesc="VIA Rev 2 USB Universal Host Controller"
  595. PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_03.DeviceDesc="VIA Rev 3 USB Universal Host Controller"
  596. PCI\VEN_1106&DEV_3038&REV_03.DeviceDesc="VIA Rev 3 USB Universal Host Controller"
  597. PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_04.DeviceDesc="VIA Rev 4 USB Universal Host Controller"
  598. PCI\VEN_1106&DEV_3038&REV_04.DeviceDesc="VIA Rev 4 USB Universal Host Controller"
  599. PCI\VEN_1106&DEV_3038&CC_0C0300.DeviceDesc="VIA Rev 5 or later USB Universal Host Controller"
  600. PCI\VEN_1106&DEV_3104&REV_51.DeviceDesc="VIA USB Enhanced Host Controller"
  601. PCI\VEN_1106&DEV_3038&REV_50.DeviceDesc="VIA Rev 5 or later USB Universal Host Companion Controller"
  602. PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_50.DeviceDesc="VIA Rev 5 or later USB Universal Host Companion Controller"
  603.